
/* message */
#messagecontent { width: 100%; height: auto; padding: 10px 0; }
.message_box {width: 100%;height: auto;margin: 10px auto;border: 0px solid #6da1ff;overflow: hidden;}
.message_box_title { background: #d8f7fe; width: 100%; height: 25px; line-height: 25px;  }
span.mes_title { width: 45%; display: block; float:left; padding-left: 2%; overflow: hidden; }
span.mes_id { width: 20%; display: block; float:left; margin-left: 2%;  overflow: hidden; }
span.mes_time { width: 20%;  display: block; float:right; color: #999; font-size: 10px; }

.mes_replay{
	border:1px solid #d8f7fe;
	padding:10px;
    margin: 10px;
}
.time_replay{
	margin: 10px 0px 0;
	text-align: right;
}

.butt_site{
	text-align: right;
}

input#messageSubmit { }
input#resetBut { background: #ddd; }
.mes_content { padding: 10px 20px; color: #777; }

#leavemessage {width: 100%;padding: 0 3%;}
#leavemessage p { margin: 5px; }
#leavemessage textarea {width: 100%;text-align: left;}
span.leavemes_tit {width: 100px;display: block;float:left;overflow: hidden;font-size: 16px;line-height: 2em;text-align: left;}
span.must_tip { color: #dd0000; }

